Welcome![Sign In][Sign Up]
Location:
Search - uart driver

Search list

[ARM-PowerPC-ColdFire-MIPSUARTtest

Description: 基于ARM7 44b0x硬件平台的串口UART驱动程序,包括初始化、读写功能,均已调试通过。需要的朋友可以参考下!-Hardware platform based on the ARM7 44b0x Serial UART driver, including the initialization, read and write functions, have been debug through. Friend in need can refer to the next!
Platform: | Size: 55296 | Author: 王伟 | Hits:

[SCMMegaUart

Description: Atmel AVR Mega324 的Uart驱动-Atmel AVR Mega324 the UART driver
Platform: | Size: 1024 | Author: 袁海 | Hits:

[SCMADIBF561UART

Description: BF561开发板UART的驱动代码-BF561 board UART driver code
Platform: | Size: 26624 | Author: yushaojie | Hits:

[Linux-Unixcode

Description: The driver supports both the 16F and 18F families. The trick is that the driver carefully emulates the hardware UART found in the PIC18F452 processor. This information has unfortunately misled some into thinking it does not work with the 16F family. During devlopment the driver was tested on a real PIC16F84A (as opposed to software emulation). To make sure nothing has been broken, I have just recompiled the code using SourceBoost 6.0 and it compiled without error.
Platform: | Size: 2048 | Author: gdupasqu | Hits:

[DSP programBF533_SST_Flash_Driver

Description: 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver Uart.c 串口驱动,用于打印调试信息 2. 程序信息 ① NUM_SECTORS (BF533_SST_Flash_Driver.c) 参数在使用前必须正确定义宏SST_FLASH_TYPE (SST39VFXXX.h)以确保正确使用。 ② DEBUG (BF533_SST_Flash_Driver.c) 用于开启debug功能,当定义DEBUG为1后,可以利用全局字符数组char cDebug[100],打印调试信息,信息从串口(115200,N,8,1)打出。 #if DEBUG == 1 sprintf(cDebug, "ulStart = d, lCount = d, lStride = d, pnData = 0x x.\r\n", ulStart, lCount, lStride, pnData) UART_TX(cDebug, strlen(cDebug)) return NO_ERR #endif-2009.02.13 (Chiron.ylq) ------------------------------ The project is Silicon Storage Technology Inc. SST39VF512/010/020/040 series of Flash-Program Load Driver, and used under Analog Devices VisualDSP++ V5.0 development environment. 1. File Structure SST39VFXXX.dlb SST39VF512/010/020/040 Flash Program Driver BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver Uart.c serial driver, for printing debugging information 2. Procedural information ① NUM_SECTORS (BF533_SST_Flash_Driver.c) Parameters must be correct in the use of pre-defined macros SST_FLASH_TYPE (SST39VFXXX.h) to ensure proper use. ② DEBUG (BF533_SST_Flash_Driver.c) Used to open the debug function, when the definition of DEBUG for one, you can use the overall character array char cDebug [100], print debug information, information from the serial port (115200, N, 8,1) shot. # if DEBUG == 1 sprintf (cDebug, "ulStart = d, lCount = d, lStride = d, pnData
Platform: | Size: 65536 | Author: Chiron | Hits:

[Driver Develop2440_Boot

Description: S3C2440开发板串口驱动程序。ADS1.2源码-S3C2440 development board serial port driver. ADS1.2 source
Platform: | Size: 132096 | Author: 石头 | Hits:

[SCMc8051f52X-UART

Description: C8051F52xA_53xA型单片机的串口驱动源码-C8051F52xA_53xA-based single-chip serial driver source code
Platform: | Size: 4096 | Author: duancp | Hits:

[Linux-Unixcom

Description: 主要是linux下面的串口驱动,曾经在at91sam9260的上面测试通过-Mainly the following serial port driver linux, in the above test at91sam9260
Platform: | Size: 4096 | Author: hwb | Hits:

[DSP programSEEDVPM642_uartio

Description: tms320dm642串口驱动程序,测试应经通过-uart driver program for tms320dm642
Platform: | Size: 35840 | Author: zhanghao | Hits:

[Embeded-SCM Developuartandad

Description: Microchip UART 和AD模板代码,通过它们可以快速的掌握PIC系列芯片的UART,AD接口编程控制规律,是不可多得模板。用户只需要在具体型号芯片上做微小的改动就可以使用。这是最基本的代码,用户可以根据自己的需要在它们的基础上作应用上的扩展。-microchip PIC UART and AD template codes. it can give you a sample to help you catch chip characters and quickly driver. These codes have been tested. They are OK
Platform: | Size: 207872 | Author: Create | Hits:

[Embeded-SCM DevelopS3C2410_UART

Description: 本资源为ARM9内核S3C2410芯片的串口驱动程序,此驱动程序在ADS1.2环境中开发完成,并得到验证,可用于实际工程。-This is the code for the UART driver of the ARM9 core chip S3C2410. The driver is developed in the ADS1.2 integrated environment and is verified by experiments. The code can be put into application.
Platform: | Size: 334848 | Author: 张集墨 | Hits:

[Embeded-SCM Develop4.2_Uart_Driver

Description: easyarm 615开发板中uart的编程,内含uart驱动程序,希望对新手有所帮助。-easyarm 615 development board uart of programming, including uart driver, hope to help novice.
Platform: | Size: 53248 | Author: jinwenjie | Hits:

[SCMmega8uart

Description: 基于队列的Mega8 UART通信驱动程序-Based on queue Mega8 UART communication driver
Platform: | Size: 4096 | Author: 罗以 | Hits:

[uCOSUART_384

Description: 定制协议的串口处理模块,用C语言写的可在ucos2上运用的驱动程序,可为写串口协议处理命令提供参考-Custom serial protocol processing module, using C language can be written on the use of ucos2 driver can write serial command protocol processing provide a reference
Platform: | Size: 5120 | Author: ka | Hits:

[Driver DevelopUartc

Description: uart driver to use in avr family
Platform: | Size: 1024 | Author: Quique | Hits:

[Modem programuartnew

Description: UART device driver for PC-to-PC communication using Null Modem Cable
Platform: | Size: 2048 | Author: Pradeep | Hits:

[SCMUART

Description: 三菱16位单片机M306N0系列,串口驱动源码。-Mitsubishi 16-bit microcontroller M306N0 series, serial driver source code.
Platform: | Size: 4096 | Author: celine | Hits:

[OtherBluetooth_HCI

Description: 蓝牙驱动,BCSP,HCI,H4,bthcsr,bthuart-bluetooth driver,BCSP,HCI,H4,bthcsr,bthuart
Platform: | Size: 70656 | Author: lweiqi | Hits:

[uCOSLPC2138key-lcd-uart

Description: LPC2138键盘显示密码串口代码包含键盘显示程序,LCD驱动程序,串口程序在UCOS2下的总程序-LPC2138 keyboard and display password serial code contains the keyboard display program, LCD driver, serial program under the general procedure UCOS2
Platform: | Size: 354304 | Author: wuhx | Hits:

[Embeded LinuxFullEmbeddedLinuxNotes

Description: 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(LED、按键、扩展串口、网卡、硬盘、SD卡、LCD和USB等),GUI系统的移植(包含两个GUI系统:基于Qtopia和基于X),应用程序调试技术。   本书从最简单的点亮一个LED开始,由浅入深地讲解,使读者最终可以配置、移植、裁剪内核,编写驱动程序,移植GUI系统,掌握整个嵌入式Linux系统的开发方法。 -This book a comprehensive introduction to embedded Linux system development process, from the bottom to the upper GUI application system to support all aspects of Linux operating system, covers the installation and use of related tools, configuration, embedded programming basics needed (cross- compilation tool option settings, Makefile syntax, ARM assembly instructions, etc.), the use of hardware components and programming (include the common hardware, such as UART, I* IC, LCD, etc.), U-Boot, Linux kernel analysis of , configuration, and migration, the root file system structure (including the transplant busybox, glibc, make image files, etc.), kernel debugging techniques (such as adding kgdb patch, stack back, etc.), driver programming and transplant (LED, button, extended serial port, network cards, hard drives, SD card, LCD, and USB, etc.), GUI system, transplantation (includes two GUI systems: based on Qtopia and based on X), the application debug technology. This book, from th
Platform: | Size: 561152 | Author: 流浪 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

CodeBus www.codebus.net